Gets a DateTime
object that is set to the current date and time on
this computer, expressed as the Coordinated Universal Time (UTC).
FUNCTION UtcNow & ! () & ! RESULT (time) IMPLICIT NONE ! Local variables: TYPE (DateTime) :: time !------------end of declaration------------------------------------------------ time = ToUTC ( Now() ) END FUNCTION UtcNow